1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmBanHang_BomVaGoiSp
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.dgvDsKhuyenMai = new System.Windows.Forms.DataGridView();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
35             
this.lblThongBao = new System.Windows.Forms.Label();
36             
this.IdBomItem = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.IdKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.DonViTinhId = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.ChuanMaVach = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.GiaBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsKhuyenMai)).BeginInit();
46             
this.SuspendLayout();
47             
//
48             
// dgvDsKhuyenMai
49             
//
50             
this.dgvDsKhuyenMai.AllowUserToAddRows = false;
51             
this.dgvDsKhuyenMai.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
52             
this.dgvDsKhuyenMai.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
53             
this.dgvDsKhuyenMai.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
54             
this.IdBomItem,
55             
this.IdKho,
56             
this.DonViTinhId,
57             
this.STT,
58             
this.ChuanMaVach,
59             
this.TenSanPham,
60             
this.SoLuong,
61             
this.TenDonViTinh,
62             
this.GiaBan});
63             
this.dgvDsKhuyenMai.Location = new System.Drawing.Point(38, 97);
64             
this.dgvDsKhuyenMai.Name = "dgvDsKhuyenMai";
65             
this.dgvDsKhuyenMai.ReadOnly = true;
66             
this.dgvDsKhuyenMai.RowTemplate.Height = 27;
67             
this.dgvDsKhuyenMai.Size = new System.Drawing.Size(729, 265);
68             
this.dgvDsKhuyenMai.TabIndex = 4;
69             
//
70             
// label1
71             
//
72             
this.label1.AutoSize = true;
73             
this.label1.Location = new System.Drawing.Point(38, 33);
74             
this.label1.Name = "label1";
75             
this.label1.Size = new System.Drawing.Size(98, 18);
76             
this.label1.TabIndex = 5;
77             
this.label1.Text = "Mã sản phẩm";
78             
//
79             
// txtMaSanPham
80             
//
81             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.txtMaSanPham.Location = new System.Drawing.Point(182, 30);
83             
this.txtMaSanPham.Name = "txtMaSanPham";
84             
this.txtMaSanPham.Size = new System.Drawing.Size(474, 26);
85             
this.txtMaSanPham.TabIndex = 6;
86             
this.txtMaSanPham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaSanPham_KeyDown);
87             
//
88             
// lblThongBao
89             
//
90             
this.lblThongBao.AutoSize = true;
91             
this.lblThongBao.BackColor = System.Drawing.SystemColors.Control;
92             
this.lblThongBao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93             
this.lblThongBao.ForeColor = System.Drawing.Color.Red;
94             
this.lblThongBao.Location = new System.Drawing.Point(179, 64);
95             
this.lblThongBao.Name = "lblThongBao";
96             
this.lblThongBao.Size = new System.Drawing.Size(21, 20);
97             
this.lblThongBao.TabIndex = 7;
98             
this.lblThongBao.Text = "...";
99             
this.lblThongBao.Visible = false;
100             
//
101             
// IdBomItem
102             
//
103             
this.IdBomItem.HeaderText = "IdBomItem";
104             
this.IdBomItem.Name = "IdBomItem";
105             
this.IdBomItem.ReadOnly = true;
106             
this.IdBomItem.Visible = false;
107             
//
108             
// IdKho
109             
//
110             
this.IdKho.HeaderText = "IdKho";
111             
this.IdKho.Name = "IdKho";
112             
this.IdKho.ReadOnly = true;
113             
this.IdKho.Visible = false;
114             
//
115             
// DonViTinhId
116             
//
117             
this.DonViTinhId.HeaderText = "DonViTinhId";
118             
this.DonViTinhId.Name = "DonViTinhId";
119             
this.DonViTinhId.ReadOnly = true;
120             
this.DonViTinhId.Visible = false;
121             
//
122             
// STT
123             
//
124             
this.STT.FillWeight = 45F;
125             
this.STT.HeaderText = "STT";
126             
this.STT.Name = "STT";
127             
this.STT.ReadOnly = true;
128             
this.STT.Width = 45;
129             
//
130             
// ChuanMaVach
131             
//
132             
this.ChuanMaVach.FillWeight = 160F;
133             
this.ChuanMaVach.HeaderText = "Chuẩn mã vạch";
134             
this.ChuanMaVach.Name = "ChuanMaVach";
135             
this.ChuanMaVach.ReadOnly = true;
136             
this.ChuanMaVach.Width = 160;
137             
//
138             
// TenSanPham
139             
//
140             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
141             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
142             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle1;
143             
this.TenSanPham.HeaderText = "Tên sản phẩm";
144             
this.TenSanPham.Name = "TenSanPham";
145             
this.TenSanPham.ReadOnly = true;
146             
//
147             
// SoLuong
148             
//
149             
this.SoLuong.FillWeight = 80F;
150             
this.SoLuong.HeaderText = "S.Lượng";
151             
this.SoLuong.Name = "SoLuong";
152             
this.SoLuong.ReadOnly = true;
153             
this.SoLuong.Width = 80;
154             
//
155             
// TenDonViTinh
156             
//
157             
this.TenDonViTinh.HeaderText = "Đơn vị tính";
158             
this.TenDonViTinh.Name = "TenDonViTinh";
159             
this.TenDonViTinh.ReadOnly = true;
160             
//
161             
// GiaBan
162             
//
163             
this.GiaBan.HeaderText = "Đơn giá";
164             
this.GiaBan.Name = "GiaBan";
165             
this.GiaBan.ReadOnly = true;
166             
//
167             
// frmBanHang_BomVaGoiSp
168             
//
169             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
170             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171             
this.ClientSize = new System.Drawing.Size(799, 422);
172             
this.Controls.Add(this.lblThongBao);
173             
this.Controls.Add(this.txtMaSanPham);
174             
this.Controls.Add(this.label1);
175             
this.Controls.Add(this.dgvDsKhuyenMai);
176             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.Margin = new System.Windows.Forms.Padding(4);
178             
this.MinimizeBox = false;
179             
this.Name = "frmBanHang_BomVaGoiSp";
180             
this.Text = "Danh sách sản phẩm được khuyễn mãi";
181             
this.Load += new System.EventHandler(this.frmBanHang_BomVaGoiSp_Load);
182             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsKhuyenMai)).EndInit();
183             
this.ResumeLayout(false);
184             
this.PerformLayout();
185
186         }
187
188         
#endregion
189
190         
private System.Windows.Forms.DataGridView dgvDsKhuyenMai;
191         
private System.Windows.Forms.Label label1;
192         
private System.Windows.Forms.TextBox txtMaSanPham;
193         
private System.Windows.Forms.Label lblThongBao;
194         
private System.Windows.Forms.DataGridViewTextBoxColumn IdBomItem;
195         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKho;
196         
private System.Windows.Forms.DataGridViewTextBoxColumn DonViTinhId;
197         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
198         
private System.Windows.Forms.DataGridViewTextBoxColumn ChuanMaVach;
199         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
200         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
201         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
202         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBan;
203     }
204 }


Gõ tìm kiếm nhanh...